Batch 2 - Class 273 - Pool Testing

Zoom: send meeting Id and password
Start recording

Preclass Exercise
Rope around the world puzzle (Credit: William Whiston 1667-1752)
Take a tennis ball, and choose one of its equators. How much longer would you have to make the rope so that it is one foot from the surface of the tennis ball at all points?

What if we took the equator of earth. How much longer would we have to make the rope so that it is one foot from the surface of the earth at all points?

Let kids guess the answers to each.

Answer: In both cases the answer is about 6.28 ft (2 pi) - a surprising conclusion given that most people expect the earth answer to be much higher.

AttendanceRaghav, Aneesh, Kabir, Advay, Shikhar, Ayush, Vivaan, Rhea Chadha, Ryan Chadha, Rohan, Siddanth, Yatharth, Mihir, Dhriti, Anika, Aarkin, Shubh, Vansh, Tarush, Adyant, Ishita, Aarushi, Harshiet

Class Notes:
Wild Tic-tac-toe
Wild tic-tic-toe is like normal tic-tac-toe except that a player can choose to play X or O on each of their turns. If a player is able to make three-in-a-row by doing so, they win. Think about who wins and what the winning strategy might be.

Pool Testing
During the Covid pandemic, initially there was a shortage of testing kits. How can we apply mass screening with limited number of tests

Our goal is to find an infected person using as few tests as possible. We are given that exactly one person is infected. 
See if you can motivate a binary tree construct to this.

Now, lets change the problem a little bit. We are short of testing kits, but we also want to get this done quickly. So we do parallel tests. So you do all the pool tests simultaneously, and do not have the ability to use results of one test to feed the next one. 
See if you can motivate a binary number labeling construct to this, with each pool capturing wherever the 1s appear.

Homework Problem:
What if multiple people are infected? Say exactly two people? How would you solve the above problems? What if exactly 3 people were infected? What if an unknown number of people were infected? 

References:
https://docs.google.com/presentation/d/1zdxgedTbQh6i3hstGfJbQ0bsDHXf4xPAEXP7JuB-A58/
 
https://www.youtube.com/watch?v=VP_U1p-A4hA